home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Aug 89 / X0084-Dialog bug-Aug89 < prev    next >
Encoding:
Text File  |  1989-08-22  |  767 b   |  25 lines  |  [TEXT/GEOL]

  1. Item    6165102                         19-Aug-89        15:05
  2.  
  3. From:   D2215                           Dac SW, Wilma Blair,PRT
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. cc:     MACAPP.TEST                     MacApp SQA Team,APL
  8.  
  9. Sub:    Dialog bug
  10.  
  11. (2.0b9) In TDialogView.Close, if fDismisser is kNoIdentifier then DismissDialog
  12. (fDefaultItem, kDontFlash) is called.  This has the effet of accepting the
  13. dialog.
  14.  
  15. If a dialog is displayed where fDefaultItem is a button ('Destroy the World')
  16. and fCancelItem is a button ('Abort'), and the user selects "Quit" from the
  17. main menu, the world gets destroyed as fDismisser = kNoIdentifer.
  18.  
  19. I think it might be more approptiate to call DismissDialog (fCancelItem,
  20. kDontFlash);
  21.  
  22. Regards, Les Caudle
  23.  
  24.  
  25.